home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3695 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 23 Feb 1996 01:06:54 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es> <38232604@kone.fipnet.fi>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  14.  
  15. : > c2p8.s is too slow for 25 fps effects (due to blitter speed). 
  16. : > For this 3 CPU passes and one blitter pass is better.
  17.  
  18. : Yep. I still believe 030/50 could do free c2p by doing
  19. : three passes with the CPU and the last one with the blitter.
  20. : This one would not limit the frame rate too much either.
  21.  
  22. : Hmm. I calculated that those 2 blitter passes limit to 25fps
  23. : in c2p8.s in 320x128x8, but you are talking about 320x256x256
  24. : I guess?
  25. one pass (without cpu doing chipacess!) 320x256x8planes needs
  26. almost exactly 0.04s, i.e 25fps. copying to chipmem by 030
  27. will need 0.014s, when assuming 6mb/sec. Well, doing 3 passes
  28. maybe 030-50 will drop down a bit.
  29.  
  30. REQUEST: Those who said 030-50 does 2 passes for free, does
  31. this mean at 7mb/sec if no plane dma ? Ludde said 4-5ms, but thats
  32. rather 4.4mb/sec! Anyone knos if a 040/25 can do 7mb/sec c2p if
  33. sitting in A1200 (the real Ami :-> ) ?
  34. END REQ.
  35.  
  36. I guess blitter doing 1 pass will need 0.05 sec including cpu interference ?
  37. would mean 20fps.
  38.  
  39. : > Peter uses PC relative addressing in his c2p8.s to get the
  40. : > current task and signal bits, but AFAIK I can't do this in E... 
  41.  
  42. mhm, why not just use global variables.
  43.  
  44. Why you can't do this in E ?
  45.  
  46. : It is quite a easy job to hack the source a bit to all
  47. : applications..
  48.  
  49. : --                               _
  50. : a Stellar programmer          _ //
  51. : "Amiga - back for the future" \X/
  52.